home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PASWIZ14.ZIP / PASWIZ.NEW < prev    next >
Text File  |  1993-05-26  |  3KB  |  95 lines

  1. PasWiz 1.4, 05/26/93:
  2.  
  3.    Renamed ADD4DOS.BAT to ADDFILE.BAT.
  4.  
  5.    Tweaked the demos to release unneeded memory in case of
  6.    multitasking.
  7.  
  8.    Fixed a bug in the Windows detection routine.
  9.  
  10.    Added an assortment of new trig functions to the extended
  11.    math unit.
  12.  
  13.    Added an integer conversion routine to the string unit. This
  14.    helped optimize the music unit as well.
  15.  
  16.    Converted most of the mouse unit to assembly language.
  17.  
  18.    Added joystick support.
  19.  
  20.  
  21.  
  22. PasWiz 1.3, 11/14/92:
  23.  
  24.    Registration can now be done through CompuServe. See the
  25.    ORDER.FRM file for details.
  26.  
  27.    Full Pascal source code is now included, allowing you to try
  28.    PasWiz with whichever compiler you may have. The assembly
  29.    language sources remain available only to registered owners.
  30.  
  31.    A short description file, DESC.SDI, has been added for BBSes
  32.    which support it. This complements the longer FILE_ID.DIZ.
  33.  
  34.    The order form has been renamed from REGISTER.TXT to
  35.    ORDER.FRM, since that seems to be a more common convention.
  36.  
  37.    The mouse unit has been partially converted to assembly code.
  38.  
  39.    The equipment unit can now differentiate 80486s from 80386s.
  40.  
  41.    The expression evaluator now supports the constant PI and a
  42.    variety of functions:
  43.     ABS, ACOS, ASIN, ATAN, COS, FRAC, INT, LOG, SIN, SQRT, TAN
  44.  
  45.  
  46.  
  47. PasWiz 1.2, 07/01/92:
  48.  
  49.    The equipment unit now lets you find out how many serial and
  50.    parallel ports are installed. The EQUIPMT demo has been
  51.    updated accordingly.
  52.  
  53.    Ceiling and floor functions have been added to the extended
  54.    math unit. These functions are most often used in rounding.
  55.  
  56.    The documentation has been reformatted to 64 columns by 59
  57.    rows, allowing it to be printed on a greater variety of
  58.    printers.
  59.  
  60.    If you're using the excellent 4DOS command shell, try the new
  61.    ADD4DOS.BAT file. It will add directory descriptions to the
  62.    PasWiz files-- no more guessing about file names!
  63.  
  64.    Registration can now be done through Public (software)
  65.    Library, which allows use of credit cards. See REGISTER.TXT
  66.    for details.
  67.  
  68.  
  69.  
  70. PasWiz 1.1, 12/05/91:
  71.  
  72.    I've added an EQUIPMENT unit, which provides information
  73.    about the various hardware and software installed. This
  74.    includes memory (extended, XMS, and expanded), floppy drive
  75.    types, keyboard type, display adapter and monitor type, CPU,
  76.    DOS version, 4DOS version and Windows version (if
  77.    applicable), and so forth. The EQUIPMT.EXE demo will give you
  78.    a quick look.
  79.  
  80.    Comprehensive KEYBOARD control has been added. Get the states
  81.    of any alt, control, or shift key; get or set CapsLock,
  82.    Insert, NumLock, ScrollLock; access 101-key "enhanced"
  83.    keyboards; put a string into the keyboard buffer; speed up
  84.    the keyboard; take control of the PrintScreen key; more.
  85.  
  86.  
  87.  
  88. PasWiz 1.0, 10/06/91:
  89.  
  90.    This is the initial release of The Pascal Wizard's Library,
  91.    featuring BCD math, extensions to Pascal's native math, an
  92.    expression evaluator, a music language, mouse support, and
  93.    powerful string support (including compression, encryption,
  94.    fuzzy comparisons, et al).
  95.